FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package healthdata.be.r4.dcd#0.2.0-beta (46 ms)

Package healthdata.be.r4.dcd
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=healthdata.be.r4.dcd@0.2.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult
Url https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult
Status draft
Name HDBP0037LaboratoryTestResult
Title HDBP0037 LaboratoryTestResult
Experimental False
Description Derived [HdBe-LaboratoryTestResult](https://simplifier.net/guide/HdBe-R4-CBB/Home/FHIR/HdBe-LaboratoryTestResult.page.md?version=current) profile. Each message should include one positive or confirming test result.
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition HDBP0037LaboratoryTestResultComposition

Resources that this resource uses

StructureDefinition
https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester HDBP0037 LaboratoryTestResult Requester
https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen HDBP0037 LaboratoryTestResult.Specimen
https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient HDBP0037 Patient
https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult HdBe-LaboratoryTestResult
https://fhir.healthdata.be/ValueSet/HDBP0037-ResultFlags HDBP0037-ResultFlags
https://fhir.healthdata.be/ValueSet/HDBP0037-TestCode HDBP0037-TestCode
https://fhir.healthdata.be/ValueSet/HDBP0037-TestMethod HDBP0037-TestMethod
https://fhir.healthdata.be/ValueSet/HDBP0037-TestResult HDBP0037-TestResult


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "HDBP0037-LaboratoryTestResult",
  "url" : "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult",
  "name" : "HDBP0037LaboratoryTestResult",
  "title" : "HDBP0037 LaboratoryTestResult",
  "status" : "draft",
  "publisher" : "Healthdata.be (Sciensano)",
  "contact" : [
    {
      "name" : "Service portal – healthdata.be",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sciensano.service-now.com/sp",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Derived [HdBe-LaboratoryTestResult](https://simplifier.net/guide/HdBe-R4-CBB/Home/FHIR/HdBe-LaboratoryTestResult.page.md?version=current) profile. Each message should include one positive or confirming test result.",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "HDBP0037",
      "name" : "HDBP0037 DCD specifications"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation",
        "path" : "Observation",
        "definition" : "For the HDBP0037 use case, only singular test results are gathered, which are positive and/or confirming."
      },
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "min" : 1,
        "mapping" : [
          {
            "identity" : "HDBP0037",
            "map" : "TX_LAB_TEST_RSLT_ID"
          }
        ]
      },
      {
        "id" : "Observation.basedOn",
        "path" : "Observation.basedOn",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester"
            ]
          }
        ]
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "short" : "TestCode",
        "definition" : "The name and code of the executed test. Contains the TestCodes that could be performed on any of the 41 pathogens applicable for HDBP0037.",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.healthdata.be/ValueSet/HDBP0037-TestCode"
        }
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "min" : 1
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept",
        "path" : "Observation.value[x]",
        "sliceName" : "valueCodeableConcept",
        "definition" : "Test result (qualitative).",
        "comment" : "An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For quantitative results, it is mandatory to provide an unit. For additional guidance, see the [Notes section](observation.html#notes) below.",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "binding" : {
          "strength" : "extensible",
          "description" : "Qualitative test results",
          "valueSet" : "https://fhir.healthdata.be/ValueSet/HDBP0037-TestResult"
        }
      },
      {
        "id" : "Observation.interpretation:resultFlags",
        "path" : "Observation.interpretation",
        "sliceName" : "resultFlags",
        "definition" : "Attention codes indicating whether the result of a quantitative test is above or below certain reference values or interpreting the result otherwise.",
        "binding" : {
          "strength" : "extensible",
          "description" : "ResultFlags codes",
          "valueSet" : "https://fhir.healthdata.be/ValueSet/HDBP0037-ResultFlags"
        }
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "mustSupport" : false,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://fhir.healthdata.be/ValueSet/HDBP0037-TestMethod"
        }
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.